Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement LastNDayOfMonthExpression #988

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Cryingmouse
Copy link

Changes

Fixes #987.

It is the implementation of LastNDayOfMonthExpression to support Nth-to-last day in a given month. For instance, I'd like to get the 2nd-to-last day in March.

Checklist

If this is a user-facing code change, like a bugfix or a new feature, please ensure that
you've fulfilled the following conditions (where applicable):

  • You've added tests (in tests/) added which would fail without your patch
  • You've updated the documentation (in docs/, in case of behavior changes or new
    features)
  • You've added a new changelog entry (in docs/versionhistory.rst).

Updating the changelog

* Implement LastNDayOfMonthExpression (#987 <https://github.com/agronholm/apscheduler/issues/987>; PR by @Cryingmouse)

@coveralls
Copy link

coveralls commented Nov 14, 2024

Coverage Status

coverage: 92.03% (+0.02%) from 92.006%
when pulling 440226a on Cryingmouse:master
into 8660590 on agronholm:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is it possible to implement LastNDayOfMonthExpression "last-N" on day?
2 participants